home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 599.swf / scripts / frame_144 / DoAction.as
Text File  |  2006-01-17  |  281b  |  23 lines

  1. call("hideHand");
  2. if(risc)
  3. {
  4.    risc = "0";
  5. }
  6. if(verdict ne "")
  7. {
  8.    tellTarget("/afis/" add verdict)
  9.    {
  10.       gotoAndStop(1);
  11.    }
  12. }
  13. if(firstTime)
  14. {
  15.    credit -= bet;
  16.    action = "PLAYING A NEW HAND";
  17. }
  18. else
  19. {
  20.    action = "WAITING...";
  21. }
  22. gotoAndPlay(145);
  23.